home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- puppetSound("mainsnd")
- put "MTG46: 1-1/2" & QUOTE & " to 1-9/16" & QUOTE into field "mainmounting"
- puppetTransition(47, 1, 8)
- if char 1 of field "Tblcaste,CA_MOD" = "1" then
- if field "tblwheel,TG_OP" contains "TG2" then
- if field "tblcaste,DIAMETER" = "5" then
- if field "tblcaste,WHEELDES" contains "Performa" then
- play frame "1optiond"
- abort()
- end if
- else
- play frame "1optionb"
- abort()
- end if
- end if
- if field "tblwheel,TG_OP" contains "TG1" then
- play frame "1optionc"
- abort()
- end if
- if field "tblcaste,BRK_OP" contains "BRK3" then
- play frame "1optione"
- abort()
- end if
- play frame "1optiona"
- abort()
- end if
- if char 1 of field "Tblcaste,CA_MOD" = "2" then
- if field "tblcaste,BRK_OP" contains "BRK6" then
- if (field "tblwheel,TG_OP" contains "TG1") and (field "tblwheel,TG_OP" contains "TG2") then
- play frame "2optiona"
- abort()
- end if
- if field "tblwheel,TG_OP" contains "TG1" then
- play frame "2optionb"
- abort()
- end if
- if field "tblwheel,TG_OP" contains "TG2" then
- play frame "2optionc"
- abort()
- end if
- play frame "2optiond"
- abort()
- end if
- if field "tblcaste,BRK_OP" contains "BRK4" then
- if (field "tblwheel,TG_OP" contains "TG1") and (field "tblwheel,TG_OP" contains "TG2") then
- play frame "2optione"
- abort()
- end if
- if field "tblwheel,TG_OP" contains "TG1" then
- play frame "2optionf"
- abort()
- end if
- if field "tblwheel,TG_OP" contains "TG2" then
- play frame "2optiong"
- abort()
- end if
- play frame "2optionh"
- abort()
- end if
- if field "tblcaste,BRK_OP" contains "BRK2" then
- if (field "tblwheel,TG_OP" contains "TG1") and (field "tblwheel,TG_OP" contains "TG2") then
- play frame "2optioni"
- abort()
- end if
- if field "tblwheel,TG_OP" contains "TG1" then
- play frame "2optionj"
- abort()
- end if
- if field "tblwheel,TG_OP" contains "TG2" then
- play frame "2optionk"
- abort()
- end if
- play frame "2optionl"
- abort()
- end if
- if field "tblcaste,BRK_OP" contains "BRK1" then
- if (field "tblwheel,TG_OP" contains "TG1") and (field "tblwheel,TG_OP" contains "TG2") then
- play frame "2optionm"
- abort()
- end if
- if field "tblwheel,TG_OP" contains "TG1" then
- play frame "2optionn"
- abort()
- end if
- if field "tblwheel,TG_OP" contains "TG2" then
- play frame "2optiono"
- abort()
- end if
- play frame "2optionp"
- abort()
- end if
- if field "tblcaste,OTHER_OP" contains "DC1" then
- if (field "tblwheel,TG_OP" contains "TG1") and (field "tblwheel,TG_OP" contains "TG2") then
- play frame "2optionq"
- abort()
- end if
- if field "tblwheel,TG_OP" contains "TG1" then
- play frame "2optionr"
- abort()
- end if
- if field "tblwheel,TG_OP" contains "TG2" then
- play frame "2options"
- abort()
- end if
- play frame "2optiont"
- abort()
- end if
- if not (field "tblcaste,OTHER_OP" = "DC1") then
- if (field "tblwheel,TG_OP" contains "TG1") and (field "tblwheel,TG_OP" contains "TG2") then
- play frame "2optionu"
- abort()
- end if
- if field "tblwheel,TG_OP" contains "TG1" then
- play frame "2optionv"
- abort()
- end if
- if field "tblwheel,TG_OP" contains "TG2" then
- play frame "2optionw"
- abort()
- end if
- play frame "2optionx"
- abort()
- end if
- end if
- end
-